Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add empties #43

Closed
wants to merge 12 commits into from
Closed

add empties #43

wants to merge 12 commits into from

Conversation

Keyrxng
Copy link
Contributor

@Keyrxng Keyrxng commented Mar 25, 2024

4/7

app/api/chat-with-functions/route.ts:6:  apiKey: process.env.OPENAI_API_KEY || [EMPTY STRING] ,
app/api/chat/route.ts:6:  apiKey: process.env.OPENAI_API || [EMPTY STRING],
app/components/navbar.tsx:6:      <Link className=text-2xl font-bold href=[EMPTY STRING]>
app/function-calling/page.tsx:12:    if (functionCall.name === [EMPTY STRING]) {
app/tri-display/layout.tsx:12:    <div className=[EMPTY STRING]>
app/tri-display/page.tsx:[23](https://github.com/ubq-testing/bot-ai/actions/runs/8421206723/job/23057613892#step:5:24):            placeholder=[EMPTY STRING]

@Keyrxng
Copy link
Contributor Author

Keyrxng commented Mar 25, 2024

it thinks it's still posting

Comment posted to app/tri-display/layout.tsx at position 12
Comment posted to app/tri-display/page.tsx at position 23
app/tri-display/layout.tsx:12:    <div className=[EMPTY STRING]>
app/tri-display/page.tsx:23:            placeholder=[EMPTY STRING]

@Keyrxng Keyrxng closed this Mar 25, 2024
@Keyrxng Keyrxng deleted the empty-str-test branch March 25, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant